home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.z / gtkrc
Text File  |  2002-07-08  |  2KB  |  67 lines

  1. # $(datadir)/gtkrc
  2.  
  3. style "GnomeScores_CurrentPlayer_style"
  4. {
  5.   fg[NORMAL] = {1.0, 0.0, 0.0}
  6. }
  7.  
  8. style "GnomeScores_Logo_style"
  9. {
  10.   font = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1"
  11.   fg[NORMAL] = {0.0, 0.0, 1.0}
  12. }
  13.  
  14. style "GnomeAbout_DrawingArea_style"
  15. {
  16.   bg[NORMAL] = {1.0, 1.0, 1.0}
  17. }
  18.  
  19. style "GnomeAbout_Title_style"
  20. {
  21.   font = "-adobe-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  22. }
  23.  
  24. style "GnomeAbout_Copyright_style"
  25. {
  26.   font = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  27. }
  28.  
  29. style "GnomeAbout_Author_style"
  30. {
  31.   font = "-adobe-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  32. }
  33.  
  34. style "GnomeAbout_Names_style"
  35. {
  36.   font = "-adobe-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  37. }
  38.  
  39. style "GnomeAbout_Comments_style"
  40. {
  41.   font = "-adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
  42. }
  43.  
  44. style "GnomeHRef_Label_style"
  45. {
  46.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  47.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  48.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  49.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  50. }
  51.  
  52. style "GnomeGuru_PageTitle_style" 
  53. {
  54.  font = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  55. }
  56.  
  57. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  58. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  59. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  60. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  61. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  62. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  63. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  64. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  65. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  66. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  67.